public class ValueRange : ControlPublic Class ValueRange
Inherits Control| ValueRange | Initializes a new instance of the ValueRange class. |
| ControlImplementation | Contains an identifier for a control element. |
| EventListeners | (Inherited from Control) |
| ID | Contains an identifier for a control element. |
| MaximumValue | Specifies the maximum value that a user can enter. |
| MinimumValue | Specifies the minimum value that a user can enter. |
| Name | Contains an identifier for a control element. |
| Orientation | Specifies the orientation of a control. The defined values are: -horizontal: control is oriented horizontally. -vertical: control is oriented vertically. |
| PageStepSize | Specifies the second-level increment used for a control representing a value. |
| Properties | (Inherited from Control) |
| RepeatDelay | Specifies the time-out to be used before a pressed mouse button results in repeating an action. |
| StepSize | Specifies the increment used for a control representing a value.The default value for this attribute is 1. |
| Value | Specifies the default value of an input control. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides ControlGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent | (Inherited from Control) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current ValueRange object to its equivalent string representation.
(Overrides ObjectToString) |